KikuGie's Commons
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.result
/
map
map
inline
fun
<
T
,
R
>
KOptional
<
T
>
.
map
(
action
:
(
T
)
->
R
)
:
KOptional
<
R
>
(
source
)
Transforms the value with the provided
action
if it's present.